home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / xceedzip / xceedzip.exe / Samples / Getting Started / Delphi4 / Main.dfm / Main.txt
Encoding:
Text File  |  1999-04-27  |  19.2 KB  |  796 lines

  1. object frmMain: TfrmMain
  2.   Left = 292
  3.   Top = 505
  4.   Width = 633
  5.   Height = 452
  6.   Caption = 'Getting started with the Xceed Zip Compression Library 4.0'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 577
  22.     Height = 33
  23.     AutoSize = False
  24.     Caption = 
  25.       'Use the tabs below to learn the basics of how to use the major X' +
  26.       'ceed Zip v4.0 component methods. Each tab provides info on a dif' +
  27.       'ferent method. Move the mouse over each field to obtain tips on ' +
  28.       'using the corresponding Xceed Zip property.'
  29.     WordWrap = True
  30.   end
  31.   object Label7: TLabel
  32.     Left = 376
  33.     Top = 48
  34.     Width = 89
  35.     Height = 17
  36.     AutoSize = False
  37.     Caption = 'Triggered events:'
  38.   end
  39.   object tabExamples: TPageControl
  40.     Left = 8
  41.     Top = 48
  42.     Width = 361
  43.     Height = 345
  44.     ActivePage = shtZip
  45.     TabOrder = 1
  46.     object shtPreview: TTabSheet
  47.       Caption = 'PreviewFiles'
  48.       object Label3: TLabel
  49.         Left = 8
  50.         Top = 80
  51.         Width = 81
  52.         Height = 17
  53.         AutoSize = False
  54.         Caption = '&FilesToProcess:'
  55.       end
  56.       object Label4: TLabel
  57.         Left = 8
  58.         Top = 136
  59.         Width = 81
  60.         Height = 17
  61.         AutoSize = False
  62.         Caption = 'FilesTo&Exclude:'
  63.       end
  64.       object Label5: TLabel
  65.         Left = 8
  66.         Top = 216
  67.         Width = 113
  68.         Height = 17
  69.         AutoSize = False
  70.         Caption = '&RequiredFileAttributes:'
  71.       end
  72.       object Label6: TLabel
  73.         Left = 128
  74.         Top = 216
  75.         Width = 113
  76.         Height = 17
  77.         AutoSize = False
  78.         Caption = 'E&xcludedFileAttributes:'
  79.       end
  80.       object edtPFilesToProcess: TMemo
  81.         Left = 8
  82.         Top = 96
  83.         Width = 337
  84.         Height = 33
  85.         ParentShowHint = False
  86.         ShowHint = True
  87.         TabOrder = 0
  88.       end
  89.       object edtPFilesToExclude: TMemo
  90.         Left = 8
  91.         Top = 152
  92.         Width = 337
  93.         Height = 33
  94.         ParentShowHint = False
  95.         ShowHint = True
  96.         TabOrder = 1
  97.       end
  98.       object lstPRequiredFileAttributes: TCheckListBox
  99.         Left = 8
  100.         Top = 232
  101.         Width = 105
  102.         Height = 73
  103.         ItemHeight = 13
  104.         ParentShowHint = False
  105.         ShowHint = True
  106.         TabOrder = 3
  107.       end
  108.       object lstPExcludedFileAttributes: TCheckListBox
  109.         Left = 128
  110.         Top = 232
  111.         Width = 105
  112.         Height = 73
  113.         ItemHeight = 13
  114.         ParentShowHint = False
  115.         ShowHint = True
  116.         TabOrder = 4
  117.       end
  118.       object chkPProcessSubfolders: TCheckBox
  119.         Left = 8
  120.         Top = 192
  121.         Width = 121
  122.         Height = 17
  123.         Caption = 'Process&Subfolders'
  124.         ParentShowHint = False
  125.         ShowHint = True
  126.         TabOrder = 2
  127.       end
  128.       object btPreviewFiles: TButton
  129.         Left = 272
  130.         Top = 280
  131.         Width = 75
  132.         Height = 25
  133.         Caption = '&Preview!'
  134.         ParentShowHint = False
  135.         ShowHint = True
  136.         TabOrder = 5
  137.         OnClick = btPreviewFilesClick
  138.       end
  139.       object Memo1: TMemo
  140.         Left = 8
  141.         Top = 8
  142.         Width = 329
  143.         Height = 73
  144.         BorderStyle = bsNone
  145.         Color = clBtnFace
  146.         Ctl3D = True
  147.         Lines.Strings = (
  148.           
  149.             'This method scans the disk and provides the list of files that w' +
  150.             'ould be '
  151.           'zipped if you would zip with the current property settings. The '
  152.           'minimum you must do here is enter some files or wildcards (use '
  153.           
  154.             'absolute paths for now) in the FilesToProcess field and click Pr' +
  155.             'eview! '
  156.           'The Zip tab provides tips for using relative paths.')
  157.         ParentCtl3D = False
  158.         ReadOnly = True
  159.         TabOrder = 6
  160.       end
  161.     end
  162.     object shtZip: TTabSheet
  163.       Caption = 'Zip'
  164.       object Label8: TLabel
  165.         Left = 8
  166.         Top = 8
  167.         Width = 337
  168.         Height = 41
  169.         AutoSize = False
  170.         Caption = 
  171.           'This method lets you add files to a new or existing zip file. Ag' +
  172.           'ain, you can use filtering properties. For FilesToProcess and Fi' +
  173.           'lesToExclude, filenames and file masks can be relative to the Ba' +
  174.           'sePath.'
  175.         WordWrap = True
  176.       end
  177.       object Label9: TLabel
  178.         Left = 8
  179.         Top = 56
  180.         Width = 65
  181.         Height = 17
  182.         AutoSize = False
  183.         Caption = 'ZipFile&name:'
  184.       end
  185.       object Label10: TLabel
  186.         Left = 8
  187.         Top = 96
  188.         Width = 57
  189.         Height = 17
  190.         AutoSize = False
  191.         Caption = '&BasePath:'
  192.       end
  193.       object Label11: TLabel
  194.         Left = 8
  195.         Top = 136
  196.         Width = 81
  197.         Height = 17
  198.         AutoSize = False
  199.         Caption = '&FilesToProcess:'
  200.       end
  201.       object Label12: TLabel
  202.         Left = 8
  203.         Top = 192
  204.         Width = 81
  205.         Height = 17
  206.         AutoSize = False
  207.         Caption = 'FilesTo&Exclude:'
  208.       end
  209.       object Label13: TLabel
  210.         Left = 32
  211.         Top = 291
  212.         Width = 65
  213.         Height = 17
  214.         AutoSize = False
  215.         Caption = '&TempFolder:'
  216.       end
  217.       object edtZZipFilename: TEdit
  218.         Left = 8
  219.         Top = 72
  220.         Width = 337
  221.         Height = 21
  222.         ParentShowHint = False
  223.         ShowHint = True
  224.         TabOrder = 0
  225.       end
  226.       object edtZBasePath: TEdit
  227.         Left = 8
  228.         Top = 112
  229.         Width = 337
  230.         Height = 21
  231.         ParentShowHint = False
  232.         ShowHint = True
  233.         TabOrder = 1
  234.       end
  235.       object edtZFilesToProcess: TMemo
  236.         Left = 8
  237.         Top = 152
  238.         Width = 337
  239.         Height = 33
  240.         ParentShowHint = False
  241.         ShowHint = True
  242.         TabOrder = 2
  243.       end
  244.       object edtZFilesToExclude: TMemo
  245.         Left = 8
  246.         Top = 208
  247.         Width = 337
  248.         Height = 33
  249.         ParentShowHint = False
  250.         ShowHint = True
  251.         TabOrder = 3
  252.       end
  253.       object chkZPreservePaths: TCheckBox
  254.         Left = 160
  255.         Top = 256
  256.         Width = 97
  257.         Height = 17
  258.         Caption = 'Preser&vePaths'
  259.         ParentShowHint = False
  260.         ShowHint = True
  261.         TabOrder = 5
  262.       end
  263.       object chkZProcessSubfolders: TCheckBox
  264.         Left = 8
  265.         Top = 256
  266.         Width = 113
  267.         Height = 17
  268.         Caption = 'Process&Subfolders'
  269.         ParentShowHint = False
  270.         ShowHint = True
  271.         TabOrder = 4
  272.       end
  273.       object chkZUseTempFile: TCheckBox
  274.         Left = 8
  275.         Top = 272
  276.         Width = 89
  277.         Height = 17
  278.         Caption = '&UseTempFile'
  279.         ParentShowHint = False
  280.         ShowHint = True
  281.         TabOrder = 6
  282.       end
  283.       object edtZTempFolder: TEdit
  284.         Left = 96
  285.         Top = 288
  286.         Width = 161
  287.         Height = 21
  288.         ParentShowHint = False
  289.         ShowHint = True
  290.         TabOrder = 7
  291.       end
  292.       object btZip: TButton
  293.         Left = 272
  294.         Top = 280
  295.         Width = 75
  296.         Height = 25
  297.         Caption = '&Zip!'
  298.         ParentShowHint = False
  299.         ShowHint = True
  300.         TabOrder = 8
  301.         OnClick = btZipClick
  302.       end
  303.     end
  304.     object shtList: TTabSheet
  305.       Caption = 'ListZipContents'
  306.       object Label14: TLabel
  307.         Left = 8
  308.         Top = 8
  309.         Width = 329
  310.         Height = 41
  311.         AutoSize = False
  312.         Caption = 
  313.           'This method lets you list the contents of an existing zip file. ' +
  314.           'You can use the FilesToProcess property to list only certain fil' +
  315.           'es, or leave it empty to list all the zip file'#39's contents.'
  316.         WordWrap = True
  317.       end
  318.       object Label15: TLabel
  319.         Left = 8
  320.         Top = 56
  321.         Width = 329
  322.         Height = 57
  323.         AutoSize = False
  324.         Caption = 
  325.           'The ListingFile event is like the equivalent of the PreviewingFi' +
  326.           'le event, but for previewing which files will be unzipped. The L' +
  327.           'istingFile even'#39'ts bExcluded parameter indicates whether a file ' +
  328.           'will be unzipped or not.'
  329.         WordWrap = True
  330.       end
  331.       object Label16: TLabel
  332.         Left = 8
  333.         Top = 112
  334.         Width = 329
  335.         Height = 57
  336.         AutoSize = False
  337.         Caption = 
  338.           'Keep in mind that when you are using the ListingFile event for p' +
  339.           'reviewing purposes, only the FilesToProcess and the filtering pr' +
  340.           'operties are checked. The SkipIf* group of properties have no ef' +
  341.           'fect for the ListZipContents method.'
  342.         WordWrap = True
  343.       end
  344.       object Label17: TLabel
  345.         Left = 8
  346.         Top = 176
  347.         Width = 65
  348.         Height = 17
  349.         AutoSize = False
  350.         Caption = 'ZipFile&name:'
  351.       end
  352.       object Label18: TLabel
  353.         Left = 8
  354.         Top = 224
  355.         Width = 105
  356.         Height = 17
  357.         AutoSize = False
  358.         Caption = 'Min&DateToProcess:'
  359.       end
  360.       object Label19: TLabel
  361.         Left = 8
  362.         Top = 264
  363.         Width = 105
  364.         Height = 17
  365.         AutoSize = False
  366.         Caption = 'Max&DateToProcess:'
  367.       end
  368.       object Label20: TLabel
  369.         Left = 120
  370.         Top = 224
  371.         Width = 97
  372.         Height = 17
  373.         AutoSize = False
  374.         Caption = 'Min&SizeToProcess:'
  375.       end
  376.       object Label21: TLabel
  377.         Left = 120
  378.         Top = 264
  379.         Width = 97
  380.         Height = 17
  381.         AutoSize = False
  382.         Caption = 'Max&SizeToProcess:'
  383.       end
  384.       object edtLZipFilename: TEdit
  385.         Left = 8
  386.         Top = 192
  387.         Width = 337
  388.         Height = 21
  389.         ParentShowHint = False
  390.         ShowHint = True
  391.         TabOrder = 0
  392.       end
  393.       object edtLMinSizeToProcess: TEdit
  394.         Left = 120
  395.         Top = 240
  396.         Width = 97
  397.         Height = 21
  398.         ParentShowHint = False
  399.         ShowHint = True
  400.         TabOrder = 1
  401.       end
  402.       object edtLMaxSizeToProcess: TEdit
  403.         Left = 120
  404.         Top = 280
  405.         Width = 97
  406.         Height = 21
  407.         ParentShowHint = False
  408.         ShowHint = True
  409.         TabOrder = 2
  410.       end
  411.       object btList: TButton
  412.         Left = 272
  413.         Top = 280
  414.         Width = 75
  415.         Height = 25
  416.         Caption = '&List!'
  417.         ParentShowHint = False
  418.         ShowHint = True
  419.         TabOrder = 3
  420.         OnClick = btListClick
  421.       end
  422.       object dtLMinDateToProcess: TDateTimePicker
  423.         Left = 8
  424.         Top = 240
  425.         Width = 97
  426.         Height = 21
  427.         CalAlignment = dtaLeft
  428.         Date = 29221.642943622700000000
  429.         Time = 29221.642943622700000000
  430.         DateFormat = dfShort
  431.         DateMode = dmComboBox
  432.         Kind = dtkDate
  433.         ParseInput = False
  434.         ParentShowHint = False
  435.         ShowHint = True
  436.         TabOrder = 4
  437.       end
  438.       object dtLMaxDateToProcess: TDateTimePicker
  439.         Left = 8
  440.         Top = 280
  441.         Width = 97
  442.         Height = 21
  443.         CalAlignment = dtaLeft
  444.         Date = 55153.643223078700000000
  445.         Time = 55153.643223078700000000
  446.         DateFormat = dfShort
  447.         DateMode = dmComboBox
  448.         Kind = dtkDate
  449.         ParseInput = False
  450.         ParentShowHint = False
  451.         ShowHint = True
  452.         TabOrder = 5
  453.       end
  454.     end
  455.     object shtUnzip: TTabSheet
  456.       Caption = 'Unzip'
  457.       object Label23: TLabel
  458.         Left = 8
  459.         Top = 80
  460.         Width = 65
  461.         Height = 17
  462.         AutoSize = False
  463.         Caption = 'ZipFile&name:'
  464.       end
  465.       object Label24: TLabel
  466.         Left = 8
  467.         Top = 120
  468.         Width = 81
  469.         Height = 17
  470.         AutoSize = False
  471.         Caption = 'UnzipTo&Folder:'
  472.       end
  473.       object Label25: TLabel
  474.         Left = 8
  475.         Top = 160
  476.         Width = 81
  477.         Height = 17
  478.         AutoSize = False
  479.         Caption = 'FilesTo&Process:'
  480.       end
  481.       object Label26: TLabel
  482.         Left = 8
  483.         Top = 216
  484.         Width = 81
  485.         Height = 17
  486.         AutoSize = False
  487.         Caption = 'FilesTo&Exclude:'
  488.       end
  489.       object edtUZipFilename: TEdit
  490.         Left = 8
  491.         Top = 96
  492.         Width = 337
  493.         Height = 21
  494.         ParentShowHint = False
  495.         ShowHint = True
  496.         TabOrder = 0
  497.       end
  498.       object edtUUnzipToFolder: TEdit
  499.         Left = 8
  500.         Top = 136
  501.         Width = 337
  502.         Height = 21
  503.         ParentShowHint = False
  504.         ShowHint = True
  505.         TabOrder = 1
  506.       end
  507.       object edtUFilesToProcess: TMemo
  508.         Left = 8
  509.         Top = 176
  510.         Width = 337
  511.         Height = 33
  512.         ParentShowHint = False
  513.         ShowHint = True
  514.         TabOrder = 2
  515.       end
  516.       object edtUFilesToExclude: TMemo
  517.         Left = 8
  518.         Top = 232
  519.         Width = 337
  520.         Height = 33
  521.         ParentShowHint = False
  522.         ShowHint = True
  523.         TabOrder = 3
  524.       end
  525.       object chkUSkipIfExisting: TCheckBox
  526.         Left = 8
  527.         Top = 272
  528.         Width = 89
  529.         Height = 17
  530.         Caption = 'SkipIfE&xisting'
  531.         ParentShowHint = False
  532.         ShowHint = True
  533.         TabOrder = 4
  534.       end
  535.       object chkUSkipIfNotExisting: TCheckBox
  536.         Left = 8
  537.         Top = 288
  538.         Width = 105
  539.         Height = 17
  540.         Caption = 'SkipIfN&otExisting'
  541.         ParentShowHint = False
  542.         ShowHint = True
  543.         TabOrder = 5
  544.       end
  545.       object chkUSkipIfOlderDate: TCheckBox
  546.         Left = 136
  547.         Top = 272
  548.         Width = 105
  549.         Height = 17
  550.         Caption = 'SkipIfOlder&Date'
  551.         ParentShowHint = False
  552.         ShowHint = True
  553.         TabOrder = 6
  554.       end
  555.       object chkUSkipIfOlderVersion: TCheckBox
  556.         Left = 136
  557.         Top = 288
  558.         Width = 113
  559.         Height = 17
  560.         Caption = 'SkipIfOlder&Version'
  561.         ParentShowHint = False
  562.         ShowHint = True
  563.         TabOrder = 7
  564.       end
  565.       object btUnzip: TButton
  566.         Left = 272
  567.         Top = 280
  568.         Width = 75
  569.         Height = 25
  570.         Caption = '&Unzip!'
  571.         ParentShowHint = False
  572.         ShowHint = True
  573.         TabOrder = 8
  574.         OnClick = btUnzipClick
  575.       end
  576.       object Memo2: TMemo
  577.         Left = 8
  578.         Top = 8
  579.         Width = 329
  580.         Height = 73
  581.         BorderStyle = bsNone
  582.         Color = clBtnFace
  583.         Lines.Strings = (
  584.           
  585.             'This method unzips files. The destination unzipping folder must ' +
  586.             'be '
  587.           
  588.             'specified with the UnzipToFolder. The files to unzip must be spe' +
  589.             'cified '
  590.           
  591.             'to the FilesToProcess property. You can leave FilesToProcess emp' +
  592.             'ty '
  593.           
  594.             'to unzip all files, or specify the filenames or file masks to un' +
  595.             'zip. When '
  596.           'listing or unzipping, the BasePath property is ignored.')
  597.         ReadOnly = True
  598.         TabOrder = 9
  599.       end
  600.     end
  601.     object shtSFX: TTabSheet
  602.       Caption = 'SFX'
  603.       object Label29: TLabel
  604.         Left = 8
  605.         Top = 80
  606.         Width = 65
  607.         Height = 17
  608.         AutoSize = False
  609.         Caption = 'ZipFile&name:'
  610.       end
  611.       object Label30: TLabel
  612.         Left = 8
  613.         Top = 120
  614.         Width = 81
  615.         Height = 17
  616.         AutoSize = False
  617.         Caption = 'FilesTo&Process:'
  618.       end
  619.       object Label31: TLabel
  620.         Left = 8
  621.         Top = 176
  622.         Width = 89
  623.         Height = 17
  624.         AutoSize = False
  625.         Caption = 'Sfx&BinaryModule:'
  626.       end
  627.       object Label32: TLabel
  628.         Left = 8
  629.         Top = 216
  630.         Width = 105
  631.         Height = 17
  632.         AutoSize = False
  633.         Caption = 'SfxStrings[ xss&Title ]:'
  634.       end
  635.       object Label33: TLabel
  636.         Left = 8
  637.         Top = 256
  638.         Width = 121
  639.         Height = 17
  640.         AutoSize = False
  641.         Caption = 'SfxMessages[ xsm&Intro ]:'
  642.       end
  643.       object edtSZipFilename: TEdit
  644.         Left = 8
  645.         Top = 96
  646.         Width = 337
  647.         Height = 21
  648.         ParentShowHint = False
  649.         ShowHint = True
  650.         TabOrder = 0
  651.       end
  652.       object edtSFilesToProcess: TMemo
  653.         Left = 8
  654.         Top = 136
  655.         Width = 337
  656.         Height = 33
  657.         ParentShowHint = False
  658.         ShowHint = True
  659.         TabOrder = 1
  660.       end
  661.       object edtSSfxBinaryModule: TEdit
  662.         Left = 8
  663.         Top = 192
  664.         Width = 337
  665.         Height = 21
  666.         ParentShowHint = False
  667.         ShowHint = True
  668.         TabOrder = 2
  669.       end
  670.       object edtSTitle: TEdit
  671.         Left = 8
  672.         Top = 232
  673.         Width = 337
  674.         Height = 21
  675.         ParentShowHint = False
  676.         ShowHint = True
  677.         TabOrder = 3
  678.       end
  679.       object btZipSfx: TButton
  680.         Left = 272
  681.         Top = 280
  682.         Width = 75
  683.         Height = 25
  684.         Caption = '&Zip SFX!'
  685.         ParentShowHint = False
  686.         ShowHint = True
  687.         TabOrder = 5
  688.         OnClick = btZipSfxClick
  689.       end
  690.       object edtSIntro: TMemo
  691.         Left = 8
  692.         Top = 272
  693.         Width = 249
  694.         Height = 33
  695.         ParentShowHint = False
  696.         ShowHint = True
  697.         TabOrder = 4
  698.       end
  699.       object Memo3: TMemo
  700.         Left = 8
  701.         Top = 8
  702.         Width = 329
  703.         Height = 73
  704.         BorderStyle = bsNone
  705.         Color = clBtnFace
  706.         Lines.Strings = (
  707.           
  708.             'Creating a self-extracting zip file is identical to creating a n' +
  709.             'ormal zip '
  710.           
  711.             'file, except that a binary module is prepended to the zip file. ' +
  712.             'This '
  713.           
  714.             'binary module (specified with the SfxBinaryModule property) cont' +
  715.             'ains '
  716.           
  717.             'all the necessary code to extract its appended zip file. The onl' +
  718.             'y thing '
  719.           
  720.             'left is to change the look and feel with the Sfx* group of prope' +
  721.             'rties.')
  722.         ReadOnly = True
  723.         TabOrder = 6
  724.       end
  725.     end
  726.   end
  727.   object StatusBar1: TStatusBar
  728.     Left = 0
  729.     Top = 400
  730.     Width = 625
  731.     Height = 25
  732.     Align = alNone
  733.     Panels = <
  734.       item
  735.         Text = 'File:'
  736.         Width = 305
  737.       end
  738.       item
  739.         Text = 'Global:'
  740.         Width = 50
  741.       end>
  742.     SimplePanel = False
  743.     SizeGrip = False
  744.   end
  745.   object edtResults: TMemo
  746.     Left = 376
  747.     Top = 64
  748.     Width = 241
  749.     Height = 329
  750.     TabOrder = 2
  751.   end
  752.   object barFile: TProgressBar
  753.     Left = 40
  754.     Top = 408
  755.     Width = 257
  756.     Height = 12
  757.     Min = 0
  758.     Max = 100
  759.     TabOrder = 4
  760.   end
  761.   object barGlobal: TProgressBar
  762.     Left = 360
  763.     Top = 408
  764.     Width = 257
  765.     Height = 12
  766.     Min = 0
  767.     Max = 100
  768.     TabOrder = 3
  769.   end
  770.   object xZip: TXceedZip
  771.     Left = 585
  772.     Top = 5
  773.     Width = 30
  774.     Height = 30
  775.     OnListingFile = xZipListingFile
  776.     OnPreviewingFile = xZipPreviewingFile
  777.     OnInsertDisk = xZipInsertDisk
  778.     OnSkippingFile = xZipSkippingFile
  779.     OnFileStatus = xZipFileStatus
  780.     OnGlobalStatus = xZipGlobalStatus
  781.     OnProcessCompleted = xZipProcessCompleted
  782.     OnWarning = xZipWarning
  783.     OnReplacingFile = xZipReplacingFile
  784.     OnZipContentsStatus = xZipZipContentsStatus
  785.     ControlData = {
  786.       0003000008000200000000000300060000000800020000000000030000000000
  787.       0300180000000800020000000000080002000000000007000000000000000040
  788.       070000000080409246410300000000000300000000000300000000000B00FFFF
  789.       0B0000000B0000000B0000000B0000000B00000008000200000000000B00FFFF
  790.       0800020000000000080002000000000003000200000003000A0000000B000000
  791.       0B00000008000200000000000800020000000000080002000000000003000000
  792.       0000080002000000000008000200000000000B00000008000200000000000800
  793.       02000000000008000200000000000800020000000000}
  794.   end
  795. end
  796.